home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / toolkit / vbof_v11 / demovbof.txt < prev    next >
Encoding:
Text File  |  1996-02-15  |  3.1 KB  |  73 lines

  1. ' This is a model of DemoVBOF.VBP which can be used
  2. ' to help you run the VB Object Framework, if you have
  3. ' experienced problems running the packaged DemoVBOF.VBP
  4. ' 1. Create any new VB Project.
  5. ' 2. Exit the project, when prompted, save it and name it 
  6. '    "DemoVBOF.VBP"
  7. ' 3. Using Wordpad or Notepad, edit "DemoVBOF.VBP"
  8. ' 4. Copy the following lines which begin with "Module=",
  9. '    "Class=" or "Form=" and place them at or near the top 
  10. '    of your "DemoVBOF.VBP"
  11. ' 5. As a courtesy to the author, please copy the group of 
  12. '    lines appearing at the end of this file, as well.
  13. '    If not the entire group, at least copy the line 
  14. '    beginning with "CondComp="
  15. ' 6. Remove any duplicate lines that may have been created
  16. ' 7. Open the "DemoVBOF.VBP" using Visual Basic
  17. '
  18. Module=DemoVBObjectFramework; DemoVBOF.bas
  19. Class=VBOFCollection; VBOFColl.cls
  20. Class=VBOFObjectManager; VBOFOMgr.cls
  21. Class=VBOFEventManager; VBOFEMgr.cls
  22. Class=VBOFEventObject; VBOFEvnt.cls
  23. Class=VBOFDataWrapper; VBOFData.cls
  24. Class=VBOFDBGridWrapper; VBOFDBGr.cls
  25. Class=VBOFListBoxWrapper; VBOFLBox.cls
  26. Class=VBOFRecordSetWrapper; VBOFRSet.cls
  27. Class=Address; DemoAddr.cls
  28. Class=Company; DemoComp.cls
  29. Class=Gender; DemoGndr.cls
  30. Class=MaritalStatus; DemoMari.cls
  31. Class=Person; DemoPrsn.cls
  32. Class=Phone; DemoPhon.cls
  33. Class=State; DemoStat.cls
  34. Form=DemoCust.frm
  35. Form=DemoIntr.frm
  36. Form=DemoEMsg.frm
  37. Form=DemoNoDC.frm
  38. Form=DemoCuLB.frm
  39. '
  40. ' The following lines are likely different for each VB user:
  41. '
  42. ' Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.0#0; COMDLG32.OCX
  43. ' Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.0#0; TABCTL32.OCX
  44. ' Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.0#0; RICHTX32.OCX
  45. ' Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.0#0; COMCTL32.OCX
  46. ' Object={FAEEE763-117E-101B-8933-08002B2F4F5A}#1.0#0; DBLIST32.OCX
  47. ' Object={00028C01-0000-0000-0000-000000000046}#1.0#0; DBGRID32.OCX
  48. ' Reference=*\G{BEF6E001-A874-101A-8BBA-00AA00300CAB}#2.0#0#D:\WIN95\SYSTEM\OLEPRO32.DLL#Standard OLE Types
  49. ' Reference=*\G{00025E01-0000-0000-C000-000000000046}#3.0#0#D:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DD:\PROGRAM FIL#Microsoft DAO 3.0 Object Library
  50. ' ProjWinSize=0,640,384,510
  51. '
  52. ' As a courtesy to the author, please copy these lines, as well:
  53. '
  54. ProjWinShow=2
  55. HelpFile=""
  56. Title="DemoVBOF"
  57. ExeName32="DemoVBOF.exe"
  58. Name="VBObjectFramework"
  59. HelpContextID="0"
  60. StartMode=0
  61. VersionCompatible32="0"
  62. MajorVer=1
  63. MinorVer=0
  64. RevisionVer=1
  65. AutoIncrementVer=1
  66. ServerSupportFiles=0
  67. VersionComments="VB Object Framework and demonstration package"
  68. VersionCompanyName="Ken Fitzpatrick"
  69. VersionLegalCopyright="(c) Ken Fitzpatrick, 1996  All Rights Reserved    May not be resold or reused, either in its entirety or in part, without permission from the author.  May be freely distributed, but only in the entirety of this demo package.  Should this product bring some benefit to the user, a Shareware registration fee is requested by the author."
  70. VersionProductName="VB Object Framework and demonstration package"
  71. CondComp="NoObjectMgr = 0 : NoEventMgr = 0 : NoDebugMode = -1"
  72.